home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / help / chkdsk.en < prev    next >
Encoding:
Text File  |  2003-07-14  |  432 b   |  14 lines

  1. ChkDsk beta 0.3
  2. Copyright 2002, 2003 Imre Leber under the GNU GPL
  3.  
  4. Checks a volume and returns a status report
  5. Usage:
  6.     Chkdsk [<volume>] [/f] [/d <files>] [/r] [/s]
  7.  
  8. /f: attempt to fix any errors found.
  9. /d: print out the indicated files and show the fragmentation factor.
  10. /r: scan the data area and try to recover unreadable data.
  11. /s: only show drive summary.
  12.  
  13. Note: if volume is ommited, the current drive is assumed.
  14.